public abstract class Phase extends Object
StartHandler
and ShutdownHandler
annotations.StartHandler
,
ShutdownHandler
Modifier and Type | Field and Description |
---|---|
static int |
EXTERNAL_CONNECTIONS
Phase to start or shutdown all external connections.
|
static int |
INBOUND_COMMAND_CONNECTOR
Phase to start or shutdown inbound command connectors.
|
static int |
INBOUND_EVENT_CONNECTORS
Phase to start or shutdown inbound event connectors.
|
static int |
INBOUND_QUERY_CONNECTOR
Phase to start or shutdown inbound query connectors.
|
static int |
INSTRUCTION_COMPONENTS
Phase to start or shutdown components which send/receive/handle instructions for/to other connectors.
|
static int |
LOCAL_MESSAGE_HANDLER_REGISTRATIONS
Phase to register or cancel the registration of any local message handler.
|
static int |
OUTBOUND_COMMAND_CONNECTORS
Phase to start or shutdown outbound command and/or query connectors.
|
static int |
OUTBOUND_EVENT_CONNECTORS
Phase to start or shutdown outbound event connectors.
|
static int |
OUTBOUND_QUERY_CONNECTORS
Phase to start or shutdown outbound command and/or query connectors.
|
public static final int EXTERNAL_CONNECTIONS
public static final int OUTBOUND_EVENT_CONNECTORS
public static final int LOCAL_MESSAGE_HANDLER_REGISTRATIONS
public static final int OUTBOUND_COMMAND_CONNECTORS
public static final int OUTBOUND_QUERY_CONNECTORS
public static final int INBOUND_COMMAND_CONNECTOR
public static final int INBOUND_QUERY_CONNECTOR
public static final int INBOUND_EVENT_CONNECTORS
public static final int INSTRUCTION_COMPONENTS
Copyright © 2010–2020. All rights reserved.