Apama API Reference for .NET (DEPRECATED)
10.15.6.4
|
- Member Apama.Engine.Client.IMessagingClient.AddConsumer (string uniqueName, string[] channels, bool disconnectSlow)
- use AddConsumer(string, string[]) instead
- Member Apama.Engine.Client.IMessagingClient.AddConsumer (string uniqueName, string[] channels, bool disconnectSlow, bool async)
- instead use AddConsumer(string, string[]) or AddAsyncConsumer(string, string[]) for asynchronous consumers
- Member Apama.Engine.EngineManagement.ConnectEventConsumer (EventConsumer consumer, string[] channels, bool disconnectSlow)
- instead use ConnectEventConsumer(EventConsumer, string[])
- Member Apama.Event.Parser.EventParser.DefaultParser
- Please create a new EventParser instance using EventParser constructor.
- Member Apama.Services.Event.IEventService.AddChannel (string channelName, IDictionary< string, object > channelConfig)
- {Please use AddChannel(string[], IDictionary<string,object>)}
- Member Apama.Services.Event.IEventService.GetChannel (string channelName)
- {Please use GetChannel(string[])}
- Member Apama.Services.Event.IEventService.RemoveChannel (string channelName)
- {Please use RemoveChannel(string[])}
- Member Apama.Services.Event.IEventService.SetDisconnectIfSlow (bool disconnectIfSlow)
- use EventServiceFactory.CreateEventService(string, int, string, bool) instead
Copyright (c) 2013-2025 Cumulocity GmbH, Duesseldorf, Germany and/or its affiliates and/or their licensors. Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Cumulocity GmbH.