Interface ResourcePoolReference


public interface ResourcePoolReference
This is an abstraction for a resource that refers a resource-pool. Samples are jdbc-resource and connector-resource.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    Gets the value of the poolName property.
    void
    Sets the value of the poolName property.
  • Method Details