public interface ProvisioningMBean
| Modifier and Type | Method and Description |
|---|---|
void |
createEchoPair(long correlationId,
String subChannel,
int subStreamId,
String pubChannel,
int pubStreamId)
Provision a pub/sub echo pair on the remote provisioning service.
|
void |
removeAll()
Removes all echo pairs on remote provisioning service.
|
void createEchoPair(long correlationId,
String subChannel,
int subStreamId,
String pubChannel,
int pubStreamId)
correlationId - user supplied correlationIdsubChannel - channel for echo subscription.subStreamId - stream id for echo subscription.pubChannel - channel for echo publication.pubStreamId - stream id for echo publication.void removeAll()
Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.