Class ShutdownLatch.ActivityHandle

java.lang.Object
org.axonframework.common.lifecycle.ShutdownLatch.ActivityHandle
All Implemented Interfaces:
AutoCloseable
Enclosing class:
ShutdownLatch

public class ShutdownLatch.ActivityHandle extends Object implements AutoCloseable
A handle for an activity registered to a ShutdownLatch. The end() method should be called if the registered activity is finalized.