Class Resolved<T>

java.lang.Object
org.springframework.pulsar.core.Resolved<T>
Type Parameters:
T - the resolved type

public final class Resolved<T> extends Object
A resolved value or an exception if it could not be resolved.
Author:
Christophe Bornet
  • Method Details