Uses of Class
net.bytebuddy.agent.builder.AgentBuilder.RedefinitionStrategy.Listener.Adapter
Packages that use AgentBuilder.RedefinitionStrategy.Listener.Adapter
Package
Description
An agent builder is used to easily implement load-time class-transformations using a Java agent.
-
Uses of AgentBuilder.RedefinitionStrategy.Listener.Adapter in net.bytebuddy.agent.builder
Modifier and TypeClassDescriptionstatic classA batch reallocator allows to split up a failed retransformation into additional batches which are reenqueed to the current retransformation process.static classA listener that invokesThread.sleep(long)prior to every batch but the first batch.