Interface PostForwarderManager

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

@FunctionalInterface public interface PostForwarderManager
Interface for managing post forwarding operations. Implementations should define how posts are forwarded.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Initiates the forwarding of posts.
  • Method Details

    • forward

      void forward()
      Initiates the forwarding of posts. This method should contain the logic to forward posts as per the implementation.