toggle menu
logging-events
JVM
switch theme
search in API
logging-events
/
org.cryptotrader.logging.library.events.publisher
/
LogEventsPublisher
Log
Events
Publisher
@
Component
class
LogEventsPublisher
@
Autowired
constructor
(
@
Autowired
(
required
=
false
)
eventPublisher
:
EventPublisher
?
)
Members
Constructors
Log
Events
Publisher
Link copied to clipboard
@
Autowired
constructor
(
@
Autowired
(
required
=
false
)
eventPublisher
:
EventPublisher
?
)
Functions
publish
Link copied to clipboard
fun
<
T
>
publish
(
event
:
T
)
publish
Batch
Link copied to clipboard
fun
publishBatch
(
event
:
LogBatchEvent
)
publish
Execution
Speed
Link copied to clipboard
fun
publishExecutionSpeed
(
event
:
ExecutionSpeedLogEventPayload
)