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.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 Either<ErrorResponseWriter,W> ApiRequestHandler.handle(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 Either<ErrorResponseWriter,W> ApiRequestHandler.handle(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 Either<ErrorResponseWriter,ApiResponseWriter> AdminApiRequestHandler.handle(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 Either<ErrorResponseWriter,ApiResponseWriter> AdminApiRequestHandler.handle(int partitionId, long requestId, ApiRequestReader requestReader, ApiResponseWriter 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 Either<ErrorResponseWriter,QueryResponseWriter> QueryApiRequestHandler.handle(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 Either<ErrorResponseWriter,QueryResponseWriter> QueryApiRequestHandler.handle(int partitionId, long requestId, QueryRequestReader requestReader, QueryResponseWriter responseWriter, ErrorResponseWriter errorWriter) Deprecated, for removal: This API element is subject to removal in a future version.