Uses of Class
io.camunda.zeebe.broker.transport.ErrorResponseWriter
Packages that use ErrorResponseWriter
Package
Description
-
Uses of ErrorResponseWriter in io.camunda.zeebe.broker.transport
Methods in io.camunda.zeebe.broker.transport that return ErrorResponseWriterModifier and TypeMethodDescriptionErrorResponseWriter.errorMessage(String errorMessage) ErrorResponseWriter.errorMessage(String errorMessage, Object... args) ErrorResponseWriter.internalError(String message, Object... args) ErrorResponseWriter.invalidClientVersion(int maximumVersion, int clientVersion) ErrorResponseWriter.invalidDeploymentPartition(int expectedPartitionId, int actualPartitionId) ErrorResponseWriter.invalidMessageTemplate(int actualTemplateId, int... expectedTemplates) ErrorResponseWriter.malformedRequest(Throwable e) ErrorResponseWriter.mapWriteError(int partitionId, LogStreamWriter.WriteFailure error) ErrorResponseWriter.outOfDiskSpace(int partitionId) ErrorResponseWriter.partitionLeaderMismatch(int partitionId) ErrorResponseWriter.processNotFound(String processIdentifier) ErrorResponseWriter.resourceExhausted()ErrorResponseWriter.resourceExhausted(String message) ErrorResponseWriter.unsupportedMessage(T actualType, T... expectedTypes) Methods in io.camunda.zeebe.broker.transport that return types with arguments of type ErrorResponseWriterModifier and TypeMethodDescriptionprotected abstract ActorFuture<Either<ErrorResponseWriter,W>> AsyncApiRequestHandler.handleAsync(int partitionId, long requestId, R requestReader, W responseWriter, ErrorResponseWriter errorWriter) Handles a request.Methods in io.camunda.zeebe.broker.transport with parameters of type ErrorResponseWriterModifier and TypeMethodDescriptionprotected abstract ActorFuture<Either<ErrorResponseWriter,W>> AsyncApiRequestHandler.handleAsync(int partitionId, long requestId, R requestReader, W responseWriter, ErrorResponseWriter errorWriter) Handles a request. -
Uses of ErrorResponseWriter in io.camunda.zeebe.broker.transport.adminapi
Methods in io.camunda.zeebe.broker.transport.adminapi that return types with arguments of type ErrorResponseWriterModifier and TypeMethodDescriptionprotected ActorFuture<Either<ErrorResponseWriter,ApiResponseWriter>> AdminApiRequestHandler.handleAsync(int partitionId, long requestId, ApiRequestReader requestReader, ApiResponseWriter responseWriter, ErrorResponseWriter errorWriter) Methods in io.camunda.zeebe.broker.transport.adminapi with parameters of type ErrorResponseWriterModifier and TypeMethodDescriptionprotected ActorFuture<Either<ErrorResponseWriter,ApiResponseWriter>> AdminApiRequestHandler.handleAsync(int partitionId, long requestId, ApiRequestReader requestReader, ApiResponseWriter responseWriter, ErrorResponseWriter errorWriter) -
Uses of ErrorResponseWriter in io.camunda.zeebe.broker.transport.backupapi
Methods in io.camunda.zeebe.broker.transport.backupapi that return types with arguments of type ErrorResponseWriterModifier and TypeMethodDescriptionprotected ActorFuture<Either<ErrorResponseWriter,BackupApiResponseWriter>> BackupApiRequestHandler.handleAsync(int requestStreamId, long requestId, BackupApiRequestReader requestReader, BackupApiResponseWriter responseWriter, ErrorResponseWriter errorWriter) Methods in io.camunda.zeebe.broker.transport.backupapi with parameters of type ErrorResponseWriterModifier and TypeMethodDescriptionprotected ActorFuture<Either<ErrorResponseWriter,BackupApiResponseWriter>> BackupApiRequestHandler.handleAsync(int requestStreamId, long requestId, BackupApiRequestReader requestReader, BackupApiResponseWriter responseWriter, ErrorResponseWriter errorWriter) -
Uses of ErrorResponseWriter in io.camunda.zeebe.broker.transport.queryapi
Methods in io.camunda.zeebe.broker.transport.queryapi that return types with arguments of type ErrorResponseWriterModifier and TypeMethodDescriptionprotected ActorFuture<Either<ErrorResponseWriter,QueryResponseWriter>> QueryApiRequestHandler.handleAsync(int partitionId, long requestId, QueryRequestReader requestReader, QueryResponseWriter responseWriter, ErrorResponseWriter errorWriter) Deprecated, for removal: This API element is subject to removal in a future version.Methods in io.camunda.zeebe.broker.transport.queryapi with parameters of type ErrorResponseWriterModifier and TypeMethodDescriptionprotected ActorFuture<Either<ErrorResponseWriter,QueryResponseWriter>> QueryApiRequestHandler.handleAsync(int partitionId, long requestId, QueryRequestReader requestReader, QueryResponseWriter responseWriter, ErrorResponseWriter errorWriter) Deprecated, for removal: This API element is subject to removal in a future version.