public class FailsafeSpanCommand extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Runnable runnable) |
Optional<InternalSpan> |
execute(Supplier<Optional<InternalSpan>> internalSpanSupplier) |
static FailsafeSpanCommand |
getFailsafeSpanCommand(org.slf4j.Logger customLogger,
String errorMessage,
boolean propagateExceptions) |
public static FailsafeSpanCommand getFailsafeSpanCommand(org.slf4j.Logger customLogger, String errorMessage, boolean propagateExceptions)
public Optional<InternalSpan> execute(Supplier<Optional<InternalSpan>> internalSpanSupplier)
public void execute(Runnable runnable)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.