JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
com.github.jonasrutishauser.transactional.event.api
EventPublisher
Contents
Description
Method Summary
Method Details
publish(Object)
publishDelayed(Object, TemporalAmount)
Hide sidebar
Show sidebar
Interface EventPublisher
public interface
EventPublisher
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
publish
(
Object
event)
void
publishDelayed
(
Object
event,
TemporalAmount
delay)
Method Details
publish
void
publish
(
Object
event)
publishDelayed
void
publishDelayed
(
Object
event,
TemporalAmount
delay)