Class Notification<T>

java.lang.Object
org.web3j.protocol.websocket.events.Notification<T>
Type Parameters:
T - type of data return by a particular subscription
Direct Known Subclasses:
LogNotification, NewHeadsNotification, PendingTransactionNotification, SyncingNotfication

public class Notification<T> extends Object
Base class for WebSocket notifications.
  • Constructor Details

    • Notification

      public Notification()
  • Method Details