Class BaseSenderManager

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BaseSenderManager​(@NotNull java.util.List<SmscConnection> smscConnections)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SenderClient getByName​(@NotBlank java.lang.String name)
      Return sender client based on it name
      protected boolean isEmpty()  
      protected int size()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • smscConnections

        protected final java.util.List<SmscConnection> smscConnections
    • Constructor Detail

      • BaseSenderManager

        protected BaseSenderManager​(@NotNull
                                    @NotNull java.util.List<SmscConnection> smscConnections)
    • Method Detail

      • getByName

        public SenderClient getByName​(@NotBlank
                                      @NotBlank java.lang.String name)
        Description copied from interface: SenderManager
        Return sender client based on it name
        Specified by:
        getByName in interface SenderManager
        Parameters:
        name - name of sender client
        Returns:
        sender client
      • isEmpty

        protected boolean isEmpty()
      • size

        protected int size()