Uses of Class
io.github.bucket4j.distributed.remote.commands.VerboseCommand
-
Packages that use VerboseCommand Package Description io.github.bucket4j.distributed.remote io.github.bucket4j.distributed.remote.commands -
-
Uses of VerboseCommand in io.github.bucket4j.distributed.remote
Methods in io.github.bucket4j.distributed.remote that return VerboseCommand Modifier and Type Method Description default VerboseCommand<T>RemoteCommand. asVerbose() -
Uses of VerboseCommand in io.github.bucket4j.distributed.remote.commands
Fields in io.github.bucket4j.distributed.remote.commands declared as VerboseCommand Modifier and Type Field Description static VerboseCommand<Boolean>VerboseCommand. TRY_CONSUME_ONE_VERBOSEFields in io.github.bucket4j.distributed.remote.commands with type parameters of type VerboseCommand Modifier and Type Field Description static SerializationHandle<VerboseCommand<?>>VerboseCommand. SERIALIZATION_HANDLEMethods in io.github.bucket4j.distributed.remote.commands that return VerboseCommand Modifier and Type Method Description static <T> VerboseCommand<T>VerboseCommand. from(RemoteCommand<T> targetCommand)Methods in io.github.bucket4j.distributed.remote.commands with parameters of type VerboseCommand Modifier and Type Method Description booleanVerboseCommand. equalsByContent(VerboseCommand<?> other)
-