public abstract class AbstractFailsafeSpanInternalSpanCommand extends Object implements Command<Optional<InternalSpan>>
Command related to InternalSpan| Constructor and Description |
|---|
AbstractFailsafeSpanInternalSpanCommand() |
| Modifier and Type | Method and Description |
|---|---|
Optional<InternalSpan> |
execute()
executes the command.
|
protected abstract String |
getErrorMessage() |
protected abstract Supplier<Optional<InternalSpan>> |
getSupplier() |
public AbstractFailsafeSpanInternalSpanCommand()
public Optional<InternalSpan> execute()
Commandexecute in interface Command<Optional<InternalSpan>>protected abstract Supplier<Optional<InternalSpan>> getSupplier()
InternalSpanprotected abstract String getErrorMessage()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.