Wow
Toggle table of contents
8.9.5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-opentelemetry
/
me.ahoo.wow.opentelemetry.messaging
/
TracingMessageBus
Tracing
Message
Bus
interface
TracingMessageBus
<
M
:
Message
<
*
,
*
>
,
E
:
MessageExchange
<
*
,
M
>
,
B
:
MessageBus
<
M
,
E
>
>
:
Traced
,
MessageBus
<
M
,
E
>
,
Decorator
<
B
>
Inheritors
TracingLocalCommandBus
TracingDistributedCommandBus
TracingLocalEventBus
TracingDistributedEventBus
TracingLocalStateEventBus
TracingDistributedStateEventBus
Members
Properties
delegate
Link copied to clipboard
abstract
val
delegate
:
B
producer
Instrumenter
Link copied to clipboard
abstract
val
producerInstrumenter
:
Instrumenter
<
M
,
Unit
>
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
receive
Link copied to clipboard
open
override
fun
receive
(
subscription
:
MessageSubscription
)
:
Flux
<
E
>
receiver
Link copied to clipboard
open
override
fun
receiver
(
subscription
:
MessageSubscription
)
:
MessageReceiver
<
E
>
runtime
Receiver
Link copied to clipboard
open
override
fun
runtimeReceiver
(
subscription
:
MessageSubscription
)
:
MessageReceiver
<
E
>
send
Link copied to clipboard
open
override
fun
send
(
message
:
M
)
:
Mono
<
Void
>