@AutoService(value=BlockHoundIntegration.class) public class StandardOutputIntegration extends java.lang.Object implements BlockHoundIntegration
Constructor and Description |
---|
StandardOutputIntegration() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(BlockHound.Builder builder)
Lets an integration apply the customizations (see
BlockHound.Builder )
before BlockHound is installed. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo, getPriority
public void applyTo(BlockHound.Builder builder)
BlockHoundIntegration
BlockHound.Builder
)
before BlockHound is installed.applyTo
in interface BlockHoundIntegration
builder
- an instance of BlockHound.Builder
that is being installed