Uses of Class
io.datarouter.instrumentation.response.PublishingResponseDto
Packages that use PublishingResponseDto
Package
Description
-
Uses of PublishingResponseDto in io.datarouter.instrumentation.changelog
Methods in io.datarouter.instrumentation.changelog that return PublishingResponseDtoModifier and TypeMethodDescriptionChangelogPublisher.add(ChangelogDto dto) ChangelogPublisher.NoOpChangelogPublisher.add(ChangelogDto dto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.exception
Methods in io.datarouter.instrumentation.exception that return PublishingResponseDtoModifier and TypeMethodDescriptionDatarouterExceptionPublisher.addExceptionRecord(ExceptionRecordBatchDto exceptionRecordBatchDto) DatarouterExceptionPublisher.NoOpDatarouterExceptionPublisher.addExceptionRecord(ExceptionRecordBatchDto exceptionRecordBatchDto) DatarouterExceptionPublisher.addHttpRequestRecord(HttpRequestRecordBatchDto httpRecordRequestBatchDto) DatarouterExceptionPublisher.NoOpDatarouterExceptionPublisher.addHttpRequestRecord(HttpRequestRecordBatchDto httpRecordRequestBatchDto) DatarouterExceptionPublisher.addTaskExecutorRecord(List<TaskExecutorRecordDto> taskExecutorRecord) DatarouterExceptionPublisher.NoOpDatarouterExceptionPublisher.addTaskExecutorRecord(List<TaskExecutorRecordDto> taskExecutorRecord) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.gauge
Methods in io.datarouter.instrumentation.gauge that return PublishingResponseDtoModifier and TypeMethodDescriptionGaugePublisher.NoOpGaugePublisher.publish(GaugeBatchDto gaugeBatchDto) GaugePublisher.publish(GaugeBatchDto gaugeBatchDto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.maven
Methods in io.datarouter.instrumentation.maven that return PublishingResponseDtoModifier and TypeMethodDescriptionLibraryPublisher.add(LibraryBatchDto dto) LibraryPublisher.NoOpLibraryPublisher.add(LibraryBatchDto dto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.response
Fields in io.datarouter.instrumentation.response declared as PublishingResponseDtoModifier and TypeFieldDescriptionstatic final PublishingResponseDtoPublishingResponseDto.DISABLED_ON_CLIENTstatic final PublishingResponseDtoPublishingResponseDto.DISCARDstatic final PublishingResponseDtoPublishingResponseDto.NO_OPstatic final PublishingResponseDtoPublishingResponseDto.REJECTstatic final PublishingResponseDtoPublishingResponseDto.SUCCESSstatic final PublishingResponseDtoPublishingResponseDto.UNAVAILABLEMethods in io.datarouter.instrumentation.response that return PublishingResponseDtoModifier and TypeMethodDescriptionstatic final PublishingResponseDtostatic final PublishingResponseDto -
Uses of PublishingResponseDto in io.datarouter.instrumentation.schema
Methods in io.datarouter.instrumentation.schema that return PublishingResponseDtoModifier and TypeMethodDescriptionTableSchemaPublisher.add(TableBatchDto schemaDto, ServiceConfigurationDto serviceConfigDto) TableSchemaPublisher.NoOpTableSchemaPublisher.add(TableBatchDto schemaDto, ServiceConfigurationDto serviceConfigDto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.serviceconfig
Methods in io.datarouter.instrumentation.serviceconfig that return PublishingResponseDtoModifier and TypeMethodDescriptionServiceConfigurationPublisher.add(ServiceConfigurationDto dto) ServiceConfigurationPublisher.NoOpServiceConfigurationPublisher.add(ServiceConfigurationDto dto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.tablecount
Methods in io.datarouter.instrumentation.tablecount that return PublishingResponseDtoModifier and TypeMethodDescriptionTableCountPublisher.add(TableCountBatchDto batch) TableCountPublisher.NoOpTableCountPublisher.add(TableCountBatchDto batch) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.task
Methods in io.datarouter.instrumentation.task that return PublishingResponseDtoModifier and TypeMethodDescriptionTaskTrackerPublisher.NoOpTaskTrackerPublisher.putMulti(TaskTrackerBatchDto batch) TaskTrackerPublisher.putMulti(TaskTrackerBatchDto batch) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.trace
Methods in io.datarouter.instrumentation.trace that return PublishingResponseDtoModifier and TypeMethodDescriptionTracePublisher.addBatch(Trace2BatchedBundleDto traceBatchedDto) TracePublisher.NoOpTracePublisher.addBatch(Trace2BatchedBundleDto traceEntityBatchDto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.webappinstance
Methods in io.datarouter.instrumentation.webappinstance that return PublishingResponseDtoModifier and TypeMethodDescriptionWebappInstancePublisher.add(WebappInstanceDto webappInstanceDto) WebappInstancePublisher.NoOpWebappInstancePublisher.add(WebappInstanceDto webappInstanceDto)