toggle menu
flex
1.1.0
jvm
switch theme
search in API
flex
/
com.xpdustry.flex.message
/
TranslationProcessor
Translation
Processor
open
class
TranslationProcessor
(
translator
:
Translator
,
placeholders
:
PlaceholderPipeline
)
:
Processor
<
MessageContext
,
CompletableFuture
<
String
>
>
Members
Constructors
Translation
Processor
Link copied to clipboard
constructor
(
)
constructor
(
translator
:
Translator
,
placeholders
:
PlaceholderPipeline
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
process
Link copied to clipboard
open
override
fun
process
(
context
:
MessageContext
)
:
CompletableFuture
<
String
>