public class CloudierServerEndpoint extends Object implements StreamObserver<SiLACloudConnector.SiLAClientMessage>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudierServerEndpoint.AsyncCloudCallHandler<ParameterType extends com.google.protobuf.GeneratedMessageV3,ResponseType> |
static interface |
CloudierServerEndpoint.CloudCallHandler<ParameterType extends com.google.protobuf.GeneratedMessageV3,ResponseType> |
| Constructor and Description |
|---|
CloudierServerEndpoint(CloudierSiLAService cloudierSiLAService,
CloudierConnectionConfigurationService cloudierConnectionConfigurationService,
CloudClientEndpointGrpc.CloudClientEndpointStub clientEndpoint,
Map<String,MessageCaseHandler> callForwarderMap) |
CloudierServerEndpoint(CloudierSiLAService cloudierSiLAService,
CloudierConnectionConfigurationService cloudierConnectionConfigurationService,
CloudClientEndpointGrpc.CloudClientEndpointStub clientEndpoint,
Map<String,MessageCaseHandler> callForwarderMap,
BinaryUploadGrpc.BinaryUploadImplBase uploadImplBase,
BinaryDownloadGrpc.BinaryDownloadImplBase downloadImplBase) |
| Modifier and Type | Method and Description |
|---|---|
void |
onCompleted() |
void |
onError(Throwable throwable) |
void |
onNext(SiLACloudConnector.SiLAClientMessage silaClientMessage) |
public CloudierServerEndpoint(CloudierSiLAService cloudierSiLAService, CloudierConnectionConfigurationService cloudierConnectionConfigurationService, CloudClientEndpointGrpc.CloudClientEndpointStub clientEndpoint, Map<String,MessageCaseHandler> callForwarderMap)
public CloudierServerEndpoint(CloudierSiLAService cloudierSiLAService, CloudierConnectionConfigurationService cloudierConnectionConfigurationService, CloudClientEndpointGrpc.CloudClientEndpointStub clientEndpoint, Map<String,MessageCaseHandler> callForwarderMap, @Nullable BinaryUploadGrpc.BinaryUploadImplBase uploadImplBase, @Nullable BinaryDownloadGrpc.BinaryDownloadImplBase downloadImplBase)
public void onNext(SiLACloudConnector.SiLAClientMessage silaClientMessage)
onNext in interface StreamObserver<SiLACloudConnector.SiLAClientMessage>public void onError(Throwable throwable)
onError in interface StreamObserver<SiLACloudConnector.SiLAClientMessage>public void onCompleted()
onCompleted in interface StreamObserver<SiLACloudConnector.SiLAClientMessage>Copyright © 2022 SiLA Java Developers. All rights reserved.