Apama API Reference for .NET
9.10.0.4
|
Classes | |
struct | ConsumerOperationsConstants |
Legacy constants class - Deprecated - Use Apama.Engine.Client.EngineClientConstants instead. More... | |
struct | CorrelatorManagementConstants |
Legacy constants class - Deprecated - Use Apama.Engine.Client.EngineClientConstants instead. More... | |
class | EngineClientConstants |
A static class containing constants used by the engine client interfaces. More... | |
class | EngineClientFactory |
EngineClientFactory is a factory for classes that implement Apama messaging or correlator management interfaces. More... | |
interface | IConnectOperations |
IConnectOperations is an interface that specifies methods for connecting an engine as a consumer of another engine. More... | |
interface | IConsumerOperations |
IConsumerOperations is an interface that specifies the standard operations to enable a client to receive events on specific channels from a remote Correlator. More... | |
interface | ICorrelatorManagement |
ICorrelatorManagement is the interface for all management operations that can be performed on an Apama Correlator. More... | |
interface | IEngineClient |
Provides a convenient interface for interacting with an Apama engine, typically a Correlator. This includes the ability to send and receive events, inject and delete EPL/MonitorScript, connect Apama engines together, inspect what was injected into correlator and more. More... | |
interface | IMessagingClient |
This interface is for all operations that can be performed on an Apama component related to sending and receiving messages (e.g. events, injections, deletions, etc). More... | |
interface | IReconnectPolicy |
IReconnectPolicy is a policy that can be set on an EngineClient object which controls when it should reconnect. More... | |
struct | MessagingClientConstants |
Legacy constants class - Deprecated - Use Apama.Engine.Client.EngineClientConstants instead. More... | |