Interface ListenerRegistrar<T>

Type Parameters:
T - the listener type
All Superinterfaces:
AutoCloseable, Consumer<Consumer<T>>, Registrar<T>
All Known Implementing Classes:
LocalListenerRegistrar

public interface ListenerRegistrar<T> extends Registrar<T>, Consumer<Consumer<T>>, AutoCloseable
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from interface java.util.function.Consumer

    accept, andThen

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

    register