Package discord4j.common
Common classes and utilities used across modules.
-
Class Summary Class Description GitProperties Provide information about the Git repository version captured at build time.JacksonResources Provides a centralized Jackson 2.10ObjectMapperallowing customization and reuse across the application.LogUtil Utility to support logging details.ReactorResources Provides Reactor Netty resources like anHttpClientandSchedulerinstances that can be customized and reused across the application.ReactorResources.Builder ResettableInterval Emit ticks at a constant rate specified atResettableInterval.start(Duration, Duration)and will continue untilResettableInterval.stop()is called orResettableInterval.start(Duration, Duration)is re-invoked, resetting the previous emitter.