java.lang.Object
org.wildfly.clustering.server.local.listener.LocalListenerRegistrar<T>
-
Field Summary
Fields inherited from interface org.wildfly.clustering.server.Registration
EMPTY
-
Constructor Summary
Constructors
-
Method Summary
void
void
org.wildfly.clustering.server.Registration
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
LocalListenerRegistrar
public LocalListenerRegistrar(Duration shutdownTimeout)
-
Method Details
-
register
public org.wildfly.clustering.server.Registration register(T listener)
- Specified by:
register in interface org.wildfly.clustering.server.Registrar<T>
-
-
close
public void close()
- Specified by:
close in interface AutoCloseable
- Specified by:
close in interface org.wildfly.clustering.server.Registration