Interface ListenerRegistry<T>

Type Parameters:
T - the listener type
All Superinterfaces:
AutoCloseable, Consumer<Consumer<T>>, org.wildfly.clustering.server.Registrar<T>

public interface ListenerRegistry<T> extends org.wildfly.clustering.server.Registrar<T>, Consumer<Consumer<T>>, AutoCloseable
Registrar for a listener.
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface Consumer

    accept, andThen

    Methods inherited from interface org.wildfly.clustering.server.Registrar

    register