Uses of Class
io.datarouter.instrumentation.response.PublishingResponseDto
-
Uses of PublishingResponseDto in io.datarouter.instrumentation.changelog
Methods in io.datarouter.instrumentation.changelog that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoChangelogPublisher. add(ChangelogDto dto)PublishingResponseDtoChangelogPublisher.NoOpChangelogPublisher. add(ChangelogDto dto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.count
Methods in io.datarouter.instrumentation.count that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoCountPublisher. add(CountBatchDto countBatchDto)PublishingResponseDtoCountPublisher.NoOpCountPublisher. add(CountBatchDto countBatchDto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.exception
Methods in io.datarouter.instrumentation.exception that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoExceptionRecordPublisher. addExceptionRecord(ExceptionRecordBatchDto exceptionRecordBatchDto)PublishingResponseDtoExceptionRecordPublisher.NoOpExceptionRecordPublisher. addExceptionRecord(ExceptionRecordBatchDto exceptionRecordBatchDto)PublishingResponseDtoExceptionRecordPublisher. addHttpRequest(HttpRequestRecordBatchDto httpRecordRequestBatchDto)PublishingResponseDtoExceptionRecordPublisher.NoOpExceptionRecordPublisher. addHttpRequest(HttpRequestRecordBatchDto httpRecordRequestBatchDto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.gauge
Methods in io.datarouter.instrumentation.gauge that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoGaugePublisher. add(GaugeBatchDto gaugeBatchDto)PublishingResponseDtoGaugePublisher.NoOpGaugePublisher. add(GaugeBatchDto gaugeBatchDto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.maven
Methods in io.datarouter.instrumentation.maven that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoLibraryPublisher. add(LibraryBatchDto dto)PublishingResponseDtoLibraryPublisher.NoOpLibraryPublisher. add(LibraryBatchDto dto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.response
Fields in io.datarouter.instrumentation.response declared as PublishingResponseDto Modifier and Type Field Description static PublishingResponseDtoPublishingResponseDto. DISABLED_ON_CLIENTstatic PublishingResponseDtoPublishingResponseDto. DISCARDstatic PublishingResponseDtoPublishingResponseDto. NO_OPstatic PublishingResponseDtoPublishingResponseDto. REJECTstatic PublishingResponseDtoPublishingResponseDto. SUCCESSMethods in io.datarouter.instrumentation.response that return PublishingResponseDto Modifier and Type Method Description static PublishingResponseDtoPublishingResponseDto. error(String errorMessage) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.schema
Methods in io.datarouter.instrumentation.schema that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoTableSchemaPublisher. add(TableBatchDto schemaDto, ServiceConfigurationDto serviceConfigDto)PublishingResponseDtoTableSchemaPublisher.NoOpTableSchemaPublisher. add(TableBatchDto schemaDto, ServiceConfigurationDto serviceConfigDto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.serviceconfig
Methods in io.datarouter.instrumentation.serviceconfig that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoServiceConfigurationPublisher. add(ServiceConfigurationDto dto)PublishingResponseDtoServiceConfigurationPublisher.NoOpServiceConfigurationPublisher. add(ServiceConfigurationDto dto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.tablecount
Methods in io.datarouter.instrumentation.tablecount that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoTableCountPublisher. add(TableCountBatchDto batch)PublishingResponseDtoTableCountPublisher.NoOpTableCountPublisher. add(TableCountBatchDto batch) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.trace
Methods in io.datarouter.instrumentation.trace that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoTracePublisher. add(TraceEntityBatchDto traceEntityBatchDto)PublishingResponseDtoTracePublisher.NoOpTracePublisher. add(TraceEntityBatchDto traceEntityBatchDto) -
Uses of PublishingResponseDto in io.datarouter.instrumentation.webappinstance
Methods in io.datarouter.instrumentation.webappinstance that return PublishingResponseDto Modifier and Type Method Description PublishingResponseDtoWebappInstancePublisher. add(WebappInstanceDto webappInstanceDto)PublishingResponseDtoWebappInstancePublisher.NoOpWebappInstancePublisher. add(WebappInstanceDto webappInstanceDto)PublishingResponseDtoWebappInstancePublisher. delete(String webappName, String serverName)PublishingResponseDtoWebappInstancePublisher.NoOpWebappInstancePublisher. delete(String webappName, String serverName)