Package io.fusionauth.http.server
Interface Notifier
- All Known Implementing Classes:
HTTPServerThread
public interface Notifier
Generic interface for notifying things.
- Author:
- Brian Pontarelli
-
Method Summary
-
Method Details
-
notifyNow
void notifyNow()Notifies something immediately.
-