Uses of Class
com.easypost.hooks.ResponseHookResponses
Packages that use ResponseHookResponses
Package
Description
Custom hook classes for the EasyPost API.
Interact with the EasyPost API in Java.
- 
Uses of ResponseHookResponses in com.easypost.hooks
Methods in com.easypost.hooks with parameters of type ResponseHookResponsesModifier and TypeMethodDescriptionvoidResponseHook.executeEventHandler(ResponseHookResponses datas) Execute all the functions from the event handlers.Method parameters in com.easypost.hooks with type arguments of type ResponseHookResponsesModifier and TypeMethodDescriptionvoidResponseHook.addEventHandler(Function<ResponseHookResponses, Object> handler) Add a function to the list of event handlers.voidResponseHook.removeEventHandler(Function<ResponseHookResponses, Object> handler) Remove a function to the list of event handlers. - 
Uses of ResponseHookResponses in com.easypost.service
Method parameters in com.easypost.service with type arguments of type ResponseHookResponsesModifier and TypeMethodDescriptionvoidEasyPostClient.subscribeToResponseHook(Function<ResponseHookResponses, Object> function) Subscribes to a response hook from the given function.voidEasyPostClient.unsubscribeFromResponseHook(Function<ResponseHookResponses, Object> function) Unubscribes to a response hook from the given function.