public class ClientRabbitMQ extends Object implements io.grisu.usvcs.Client
| Constructor and Description |
|---|
ClientRabbitMQ(com.rabbitmq.client.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
<R> CompletableFuture<R> |
send(String uServiceQueue,
String nServiceIdentifier,
Type returnType,
Object... params) |
void |
start() |
void |
stop() |
public ClientRabbitMQ(com.rabbitmq.client.Channel channel)
throws IOException
IOExceptionpublic void start()
public void stop()
public <R> CompletableFuture<R> send(String uServiceQueue, String nServiceIdentifier, Type returnType, Object... params)
send in interface io.grisu.usvcs.ClientCopyright © 2019. All rights reserved.