Class Purge

All Implemented Interfaces:
Future<Void>, Associator, Eligible

public class Purge extends Event<Void>
Fired by an initiator of connections that maintains a pool of such connections if no more connections are available.

Receiving (downstream) connections should check if the connection can be closed. If this is the case, they should respond with a Close event. If the decision cannot be made by the component, it must forward the event downstream.

  • Constructor Details