Package-level declarations

This package provides classes for working with Stand.

Types

Link copied to clipboard
public class InvalidRequestException extends RuntimeException implements MessageError
A base class for exceptions fired in case an invalid request has been submitted to Stand.
Link copied to clipboard
An exception thrown in case an invalid or unsupported Subscription has been submitted to Stand.
Link copied to clipboard
An exception thrown in case an invalid or unsupported Topic has been submitted to Stand.
Link copied to clipboard
public class Stand implements AutoCloseable
A bridge which connects QueryService and SubscriptionService with a Read-side of a Bounded Context.
Link copied to clipboard
public interface SubscriptionCallback implements Consumer<T>
Delivers the given subscription update to the read-side.