Package | Description |
---|---|
org.nuclos.api.communication | |
org.nuclos.api.context.communication | |
org.nuclos.api.provider | |
org.nuclos.api.service |
Modifier and Type | Method and Description |
---|---|
<C extends RequestContext<?>> |
CommunicationInterface.Registration.addSupportedRequestContext(java.lang.Class<C> requestContextClass) |
<C extends RequestContext<?>> |
CommunicationPort.handleRequest(C context)
Nuclos calls this method only for the types your interface supports.
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenericRequestContext |
interface |
PhoneCallRequestContext |
Modifier and Type | Method and Description |
---|---|
static void |
CommunicationProvider.executeRequest(RequestContext<?> context) |
static void |
CommunicationProvider.handleResponse(RequestContext<?> context) |
Modifier and Type | Method and Description |
---|---|
void |
CommunicationService.executeRequest(RequestContext<?> context) |
void |
CommunicationService.handleResponse(RequestContext<?> context) |
Copyright © 2024. All rights reserved.