Toggle navigation
Home
org.apache.james.core.healthcheck.Result to java.lang.Void
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'james-project'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Add or Remove Method invocation
thenReturn
to
then
cassandraMappingsSourcesDAO.addMapping(mappingEntry.getRight(),mappingEntry.getLeft()).then(Mono.fromCallable(() -> { successfulMappingsCount.incrementAndGet(); return Result.COMPLETED; } ))
to
cassandraMappingsSourcesDAO.addMapping(mappingEntry.getRight(),mappingEntry.getLeft()).then(Mono.fromCallable(successfulMappingsCount::incrementAndGet)).then()
LOGGER.error("Error while performing migration of mapping source: {} with mapping: {}",mappingEntry.getLeft().asString(),mappingEntry.getRight().asString(),e)
to
LOGGER.error("Error while performing migration of mapping source: {} with mapping: {}",mappingEntry.getLeft().asString(),mappingEntry.getRight().asString(),t)
Mono.just(Result.PARTIAL)
to
Mono.empty()
thenReturn
to
then