Class AsyncNotificationsClient
- java.lang.Object
-
- com.chrt.api.resources.notifications.AsyncNotificationsClient
-
public class AsyncNotificationsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptionsprotected java.util.function.Supplier<AsyncCourierClient>courierClientprotected java.util.function.Supplier<AsyncShipperClient>shipperClient
-
Constructor Summary
Constructors Constructor Description AsyncNotificationsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AsyncCourierClientcourier()AsyncShipperClientshipper()
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
shipperClient
protected final java.util.function.Supplier<AsyncShipperClient> shipperClient
-
courierClient
protected final java.util.function.Supplier<AsyncCourierClient> courierClient
-
-
Constructor Detail
-
AsyncNotificationsClient
public AsyncNotificationsClient(ClientOptions clientOptions)
-
-
Method Detail
-
shipper
public AsyncShipperClient shipper()
-
courier
public AsyncCourierClient courier()
-
-