- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for EsStatusPostcard (0.09 sec)
-
src/main/java/org/codelibs/fess/mylasta/mail/EsStatusPostcard.java
// =========== public static EsStatusPostcard droppedInto(Postbox postbox, MPCall<EsStatusPostcard> postcardLambda) { EsStatusPostcard postcard = new EsStatusPostcard(); postcardLambda.write(postcard); postbox.post(postcard); return postcard; }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/job/PingSearchEngineJob.java
import org.codelibs.fess.helper.NotificationHelper; import org.codelibs.fess.helper.SystemHelper; import org.codelibs.fess.mylasta.direction.FessConfig; import org.codelibs.fess.mylasta.mail.EsStatusPostcard; import org.codelibs.fess.util.ComponentUtil; import org.dbflute.mail.send.hook.SMailCallbackContext; import org.lastaflute.core.mail.Postbox; public class PingSearchEngineJob {
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 4.1K bytes - Viewed (0)