Uses of Package
com.winterhavenmc.library.messagebuilder.pipeline.retriever
Packages that use com.winterhavenmc.library.messagebuilder.pipeline.retriever
Package
Description
Provides the core processing components of the message pipeline.
Defines the entry point to the message pipeline, responsible for retrieving
MessageRecord
instances from a configuration-backed query system.-
Classes in com.winterhavenmc.library.messagebuilder.pipeline.retriever used by com.winterhavenmc.library.messagebuilder.pipelineClassDescriptionDefault implementation of the
Retriever
interface that retrieves aMessageRecord
using aQueryHandler
. -
Classes in com.winterhavenmc.library.messagebuilder.pipeline.retriever used by com.winterhavenmc.library.messagebuilder.pipeline.retrieverClassDescriptionA functional interface representing the first stage of the message pipeline: retrieving a
MessageRecord
associated with a givenRecordKey
.