public class SchemaAsyncApiOpImpl extends AbstractAPIOperation implements SchemaAsyncApiOp
AbstractAPIOperation.ResultBuffer<T,R>
FAILED_EXCEPTION
NO_TIMEOUT
Constructor and Description |
---|
SchemaAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup,WebSocketConnectionHolder,RemoteOperationContext> remoteConnection,
ConnectorKey connectorKey,
org.forgerock.util.Function<RemoteOperationContext,com.google.protobuf.ByteString,RuntimeException> facadeKeyFunction,
long timeout) |
Modifier and Type | Method and Description |
---|---|
static AbstractLocalOperationProcessor<com.google.protobuf.ByteString,OperationMessages.SchemaOpRequest> |
createProcessor(long requestId,
WebSocketConnectionHolder socket,
OperationMessages.SchemaOpRequest message) |
Schema |
schema()
Retrieve the basic schema of this
Connector . |
org.forgerock.util.promise.Promise<Schema,RuntimeException> |
schemaAsync()
Retrieve the basic schema of this
Connector . |
asyncTimeout, getConnectorKey, getFacadeKeyFunction, getRemoteConnection, getTimeout, submitRequest
public SchemaAsyncApiOpImpl(RequestDistributor<WebSocketConnectionGroup,WebSocketConnectionHolder,RemoteOperationContext> remoteConnection, ConnectorKey connectorKey, org.forgerock.util.Function<RemoteOperationContext,com.google.protobuf.ByteString,RuntimeException> facadeKeyFunction, long timeout)
public Schema schema()
SchemaApiOp
Connector
.schema
in interface SchemaApiOp
public org.forgerock.util.promise.Promise<Schema,RuntimeException> schemaAsync()
SchemaAsyncApiOp
Connector
.schemaAsync
in interface SchemaAsyncApiOp
public static AbstractLocalOperationProcessor<com.google.protobuf.ByteString,OperationMessages.SchemaOpRequest> createProcessor(long requestId, WebSocketConnectionHolder socket, OperationMessages.SchemaOpRequest message)
Copyright © 2018–2025. All rights reserved.