Interface PortletAsyncListenerFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @ProviderType public interface PortletAsyncListenerFactory
Author:
Shuyang Zhou
  • Method Summary

    Modifier and Type
    Method
    Description
    <T extends jakarta.portlet.PortletAsyncListener>
    T
     
  • Method Details

    • getPortletAsyncListener

      <T extends jakarta.portlet.PortletAsyncListener> T getPortletAsyncListener(Class<T> clazz) throws jakarta.portlet.PortletException
      Throws:
      jakarta.portlet.PortletException