JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.github.jonasrutishauser.transactional.event.api
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)