Class LocalListenerRegistrar<T>

java.lang.Object
org.wildfly.clustering.server.local.listener.LocalListenerRegistrar<T>
Type Parameters:
T - the listener type
All Implemented Interfaces:
AutoCloseable, Consumer<Consumer<T>>, ListenerRegistrar<T>, Registrar<T>

public class LocalListenerRegistrar<T> extends Object implements ListenerRegistrar<T>
Author:
Paul Ferraro
  • Constructor Details

    • LocalListenerRegistrar

      public LocalListenerRegistrar(Duration shutdownTimeout)
  • Method Details